home *** CD-ROM | disk | FTP | other *** search
- echo off
- set topt=
- set uopt=
- :next
- if '%1' == '' goto nomore
- if '%1' == 'u' goto uopt
- if '%1' == 'U' goto uopt
- if '%1' == 'b' goto uopt
- if '%1' == 'B' goto uopt
- if '%topt%' == '' set topt=/t:%1
- shift
- goto next
- :uopt
- if '%uopt%' == '' set uopt=/%1
- shift
- goto next
- :nomore
- echo.
- echo Loading TransCD (ATAPI) device driver now ...
- .\dld .\tcd-ide.sys /d:TCD-IDE$ %topt% %uopt%
- set topt=
- set uopt=
- echo Loading MSCDEX now ...
- echo.
- .\mscdex /d:TCD-IDE$
-